home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 876 b | 42 lines |
- [SUBJECT]
- Description=Add to favorites Script
- ImageIndex=1
- Folder=Tools
-
- [HEAD_TEXT]
- ;<script language="JavaScript1.2">
- ;
- ;/*
- ;Add-to-favorites Script
- ;Created by David Gardner (toolmandav@geocities.com)
- ;No warranty of any kind comes with this script!
- ;Permission granted to Dynamic Drive (http://dynamicdrive.com)
- ;to post and feature this script on their DHTML archive
- ;*/
- ;
- ;//configure the two variables below to match yoursite's own info
- ;var bookmarkurl="`bookmark_url`";
- ;var bookmarktitle="`bookmark_title`";
- ;
- ;function addbookmark(){
- ;if (document.all)
- ;window.external.AddFavorite(bookmarkurl,bookmarktitle);
- ;}
- ;
- ;</script>
-
-
- [BODY_TEXT]
- ;<a href="javascript:addbookmark()">Bookmark this site!</a>
-
-
- [`bookmark_url`]
- Kind=U
- Value=http://dynamicdrive.com
-
-
- [`bookmark_title`]
- Kind=S
- Value=Dynamic Drive DHTML Code Library
-
-